
@layer base {
  
  body, :host {
    /* Color */
      --white: #ffffff;
--mr-grey-50: #F3F4F6;
--mr-blue-100: #0a65ff14;
--mr-blue: #0A65FF;
--mr-black: #030314;
--mr-text-grey: #70798B;
--mr-hover-black: #060632;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
  /* Fonts */
    --font-poppins: 'Poppins',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .elpHBX {
    width:100%;
  max-width:100%;
  align-items:center;
  justify-content:start;
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
  .elpHBX {
    padding-top:0px;
  padding-bottom:0px;
  }
      

        
        
      
      
  .WoYYh {
    color:inherit;
  font-size:1.5rem;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 480px) {
            
  .WoYYh {
    font-size:var(--font-size-xl);
  text-align:center;
  }
      

          }
          
        
        
      
      
  .emHyPr {
    gap:32px;
  flex:1;
  color:var(--white, #ffffff);
  min-width:12rem;
  box-shadow:0px 4px 8px 0px #0000001a;
  align-items:center;
  font-family:'Poppins';
  padding-top:1.5rem;
  padding-left:1.5rem;
  border-radius:1rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:center;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
        
        
      
      
  .ezCSAm {
    color:inherit;
  display:inline-block;
  text-align:center;
  white-space:break-spaces;
  }
      

      
        
        
      
      
  .toMgQ {
    width:100%;
  z-index:999999;
  position:absolute;
  align-items:center;
  padding-top:30px;
  padding-bottom:30px;
  justify-content:start;
  }
      

      
        
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
        
      
      
  .bAamhl {
    flex:1;
  display:flex;
  flex-direction:column;
  }
      

      
          @media (max-width: 360px) {
            
  .bAamhl {
    display:none;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bAamhl {
    display:none;
  }
      

          }
          
        
        
      
      
  .ezGMrb {
    gap:30px;
  width:100%;
  display:flex;
  max-width:1270px;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .ezGMrb {
    width:100%;
  align-items:center;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .ezGMrb {
    width:100%;
  align-items:center;
  padding-left:30px;
  padding-right:30px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .LIQrI {
    width:100%;
  z-index:4;
  position:relative;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  background-color:var(--mr-hover-black, #060632);
  }
      

      
        
        
      
      
  .eNJYZa {
    gap:50px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .nXtpp {
    cursor:pointer;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .cmDheQ {
    width:100%;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .dTbLzG {
    gap:25px;
  color:var(--white, #ffffff);
  cursor:pointer;
  padding:var(--spacing-unit, 8px);
  align-items:start;
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  border-radius:var(--border-radius-md, 6px);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .csbHlB {
    align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .fjnbol {
    gap:4px;
  color:var(--white, #ffffff);
  cursor:pointer;
  padding:var(--spacing-unit, 8px);
  align-items:center;
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  border-radius:var(--border-radius-md, 6px);
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .czMidB {
    flex:1;
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .dzmyQd {
    width:18px;
  height:18px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .LBIYT {
    top:60px;
  width:60%;
  position:absolute;
  align-items:center;
  border-radius:15px;
  justify-content:center;
  background-color:var(--mr-hover-black, #060632);
  }
      

      
        
        
      
      
  .RBRsm {
    gap:40px;
  flex:2;
  color:var(--white, #ffffff);
  flex-wrap:wrap;
  align-items:start;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .RBRsm {
    display:none;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .RBRsm {
    display:none;
  }
      

          }
          
        
        
      
      
  .dJYaBT {
    gap:16px;
  width:100%;
  height:100%;
  position:relative;
  padding-top:5px;
  padding-bottom:5px;
  }
      

      
        
        
      
      
  .KCuTT {
    gap:4px;
  color:var(--white, #ffffff);
  cursor:pointer;
  padding:var(--spacing-unit, 8px);
  align-items:start;
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  border-radius:var(--border-radius-md, 6px);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .bsIwcw {
    gap:8px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eUJrfH {
    gap:30px;
  flex:1;
  width:100%;
  height:100%;
  position:relative;
  align-items:center;
  padding-top:5px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:column;
  padding-bottom:5px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .brnnxR {
    gap:30px;
  width:100%;
  flex-wrap:wrap;
  max-width:1270px;
  align-items:center;
  font-family:'Poppins';
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .brnnxR {
    width:100%;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .brnnxR {
    width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .LkfOI {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  font-size:var(--font-size-base);
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  padding-top:15px;
  padding-left:15px;
  border-radius:99px;
  padding-right:15px;
  padding-bottom:15px;
  background-color:var(--mr-black, #030314);
  }
      

      
  .LkfOI:hover {
    background-color:var(--mr-hover-black, #060632);
  }
      

        
        
      
      
  .bPDoEo {
    display:flex;
  z-index:3;
  flex-direction:column;
  }
      

      
          @media (max-width: 768px) {
            
  .bPDoEo {
    display:none;
  }
      

          }
          
        
        
      
      
  .GNQZB {
    flex:1;
  width:100%;
  flex-wrap:wrap;
  align-items:start;
  justify-content:start;
  }
      

      
          @media (max-width: 420px) {
            
  .GNQZB {
    gap:50px;
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .GNQZB {
    width:100%;
  align-items:start;
  padding-left:30px;
  padding-right:30px;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .eWHtPT {
    flex-wrap:wrap;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 420px) {
            
  .eWHtPT {
    gap:30px;
  width:50%;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .eWHtPT {
    flex:1;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .bxVNRQ {
    width:220px;
  }
      

      
        
        
      
      
  .eXDSGU {
    color:var(--default-link-color, #2463ebff);
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 420px) {
            
  .eXDSGU {
    flex-direction:row;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .exhdkn {
    width:1270px;
  max-width:1270px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .exhdkn {
    width:100%;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .exhdkn {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .Jtdyj {
    gap:14px;
  flex:2;
  color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .CvmBt {
    gap:5px;
  width:70%;
  flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .CvmBt {
    width:100%;
  align-items:center;
  padding-left:15px;
  padding-right:15px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .cVZfno {
    color:var(--white, #ffffff);
  width:100%;
  max-width:100%;
  align-items:center;
  font-family:'Poppins';
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:20px;
  justify-content:center;
  background-color:var(--mr-black, #030314);
  }
      

      
          @media (max-width: 480px) {
            
  .cVZfno {
    gap:0px;
  width:100%;
  flex-wrap:nowrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .cVZfno {
    flex-wrap:nowrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bkTjkL {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  padding-top:15px;
  padding-left:20px;
  border-radius:99px;
  padding-right:20px;
  padding-bottom:15px;
  background-color:var(--mr-black, #030314);
  }
      

      
  .bkTjkL:hover {
    background-color:var(--mr-hover-black, #060632);
  }
      

        
        
      
      
  .evkTPl {
    color:var(--mr-blue, #0A65FF);
  width:4rem;
  height:4rem;
  display:flex;
  font-size:var(--font-size-xl);
  box-shadow:1px 4px 8px 0px #00000030;
  align-items:center;
  font-weight:var(--font-weight-bolder);
  border-radius:99px;
  flex-direction:column;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .etFfgK {
    gap:50px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .etFfgK {
    flex-wrap:wrap;
  align-items:center;
  padding-left:20px;
  padding-right:20px;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .etFfgK {
    width:100%;
  align-items:center;
  padding-left:30px;
  padding-right:30px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bbrFqX {
    color:inherit;
  width:40%;
  display:inline-block;
  font-size:var(--font-size-base);
  font-weight:var(--font-weight-light);
  }
      

      
          @media (max-width: 480px) {
            
  .bbrFqX {
    width:100%;
  text-align:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bbrFqX {
    width:100%;
  text-align:center;
  }
      

          }
          
        
        
      
      
  .dPyjea {
    gap:14px;
  flex:2;
  }
      

      
        
        
      
      
  .WnEfB {
    color:var(--mr-black, #030314);
  width:4rem;
  height:4rem;
  display:flex;
  font-size:var(--font-size-xl);
  box-shadow:1px 4px 8px 0px #00000030;
  align-items:center;
  font-weight:var(--font-weight-bolder);
  border-radius:99px;
  flex-direction:column;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .dqYlDh {
    gap:30px;
  color:var(--white, #ffffff);
  width:100%;
  margin-top:100px;
  align-items:start;
  font-family:'Poppins';
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .dqYlDh {
    width:100%;
  flex-wrap:wrap;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .dqYlDh {
    align-items:center;
  padding-left:30px;
  padding-right:30px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .RdwTs {
    gap:5px;
  width:70%;
  flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .RdwTs {
    width:100%;
  padding-left:15px;
  padding-right:15px;
  }
      

          }
          
        
        
      
      
  .eInwgG {
    width:100%;
  max-width:1270px;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .eInwgG {
    padding-left:30px;
  padding-right:30px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .eInwgG {
    width:100%;
  flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .cLdDjy {
    width:100%;
  max-width:100%;
  align-items:center;
  padding-top:0px;
  padding-bottom:0px;
  justify-content:start;
  }
      

      
        
        
      
      
  .byEbqJ {
    padding-left:20px;
  padding-right:20px;
  }
      

      
          @media (max-width: 480px) {
            
  .byEbqJ {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
        
      
      
  .bSAJMO {
    width:100%;
  flex-wrap:nowrap;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  align-content:start;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .eCPjOp {
    color:#ffffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .fchJFD {
    gap:8px;
  width:85%;
  flex-wrap:nowrap;
  overflow-x:scroll;
  align-items:center;
  align-content:start;
  flex-direction:row;
  justify-content:start;
  scrollbar-width:none;
  }
      
.fchJFD::-webkit-scrollbar {
  width: 0;
}


      
        
        
      
      
  .zKBza {
    color:#ffffffff;
  display:flex;
  transform:rotate(180deg);
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .flZJAP {
    width:1024px;
  max-width:1024px;
  align-items:center;
  padding-top:20px;
  flex-direction:row;
  padding-bottom:20px;
  justify-content:space-between;
  border-bottom-color:var(--white, #ffffff);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 480px) {
            
  .flZJAP {
    width:100%;
  flex-wrap:wrap;
  max-width:100%;
  align-items:center;
  padding-top:0px;
  border-color:black;
  border-style:solid;
  border-width:0px;
  padding-bottom:0px;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .flZJAP {
    width:100%;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .xWpEi {
    gap:70px;
  width:100%;
  max-width:1270px;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .xWpEi {
    gap:30px;
  padding-top:30px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:30px;
  }
      

          }
          
        
        
      
      
  .fAPmfh {
    color:var(--mr-blue, #0A65FF);
  display:inline-block;
  font-size:var(--font-size-base);
  text-align:center;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .dSoshK {
    color:var(--mr-black, #030314);
  font-size:2.25rem;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 480px) {
            
  .dSoshK {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .bfiwFD {
    width:1024px;
  max-width:1024px;
  align-items:center;
  padding-top:50px;
  flex-direction:row;
  padding-bottom:30px;
  justify-content:space-between;
  }
      

      
          @media (max-width: 480px) {
            
  .bfiwFD {
    gap:20px;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bfiwFD {
    width:100%;
  }
      

          }
          
        
        
      
      
  .IBJDY {
    gap:30px;
  color:var(--white, #ffffff);
  flex-wrap:wrap;
  align-items:center;
  font-family:'Poppins';
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .IBJDY {
    flex-wrap:wrap;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .dzmgwM {
    width:100%;
  max-width:1080px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dQFFsa {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-xxs);
  font-weight:var(--font-weight-lighter);
  }
      

      
          @media (max-width: 480px) {
            
  .dQFFsa {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .elsmpY {
    flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .fhRXtz {
    color:var(--mr-blue, #0A65FF);
  width:100%;
  flex-wrap:wrap;
  max-width:1080px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .fhRXtz {
    width:100%;
  max-width:100%;
  }
      

          }
          
        
        
      
      
  .bsfxFk {
    width:100%;
  max-width:100%;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
          @media (max-width: 480px) {
            
  .bsfxFk {
    width:100%;
  flex-wrap:wrap;
  padding-left:30px;
  padding-right:30px;
  }
      

          }
          
        
        
      
      
  .cjZuLP {
    color:var(--white, #ffffff);
  flex-wrap:wrap;
  align-items:start;
  font-family:'Poppins';
  font-weight:var(--font-weight-thin);
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .cjZuLP {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .dDmajR {
    color:inherit;
  display:inline-block;
  text-align:left;
  }
      

      
        
        
      
      
  .vkphq {
    align-items:center;
  font-family:'Poppins';
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bCyVGR {
    width:100%;
  max-width:100%;
  align-items:center;
  padding-top:20px;
  padding-bottom:20px;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .bCyVGR {
    width:100%;
  flex-wrap:nowrap;
  padding-top:10px;
  padding-bottom:10px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bCyVGR {
    width:100%;
  align-items:center;
  padding-left:30px;
  padding-right:30px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
        
      
      
  .vwbWK {
    width:100%;
  max-width:100%;
  align-items:center;
  padding-top:50px;
  justify-content:start;
  background-color:var(--white, #ffffff);
  }
      

      
          @media (max-width: 480px) {
            
  .vwbWK {
    width:100%;
  flex-wrap:wrap;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dIpMpl {
    gap:20px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fquDRV {
    gap:30px;
  width:100%;
  max-width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .fquDRV {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .EaIJe {
    flex-wrap:wrap;
  align-items:center;
  font-family:'Poppins';
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dAnjWJ {
    gap:30px;
  width:100%;
  flex-wrap:wrap;
  max-width:100%;
  align-items:center;
  padding-top:30px;
  padding-bottom:30px;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .dAnjWJ {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .cUCNst {
    color:var(--mr-black, #030314);
  width:100%;
  font-size:2.25rem;
  text-align:center;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  white-space:normal;
  }
      

      
          @media (max-width: 480px) {
            
  .cUCNst {
    font-size:var(--font-size-lg);
  line-height:20px;
  }
      

          }
          
        
        
      
      
  .ehWKGG {
    color:var(--white, #ffffff);
  font-size:1rem;
  text-align:center;
  font-weight:700;
  }
      

      
        
        
      
      
  .umcIL {
    gap:6rem;
  width:100%;
  max-width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .Mtrxu {
    width:100%;
  position:absolute;
  flex-direction:row;
  }
      

      
          @media (max-width: 800px) {
            
  .Mtrxu {
    display:none;
  }
      

          }
          
        
        
      
      
  .bNtdFd {
    right:20px;
  bottom:50px;
  display:flex;
  z-index:5;
  position:fixed;
  flex-direction:column;
  }
      

      
        
        
      
      
  .fqTTWk {
    color:var(--white, #ffffff);
  width:4rem;
  cursor:pointer;
  height:4rem;
  display:flex;
  font-size:inherit;
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  border-radius:99px;
  flex-direction:column;
  justify-content:center;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
        
        
      
      
  .byLcKf {
    width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bfNhUo {
    display:flex;
  z-index:5;
  position:relative;
  flex-direction:column;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bhifWO {
    width:100%;
  align-items:center;
  font-family:'Poppins';
  justify-content:start;
  }
      

      
        
        
      
      
  .Lwhsj {
    gap:50px;
  width:100%;
  max-width:1270px;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .Lwhsj {
    width:100%;
  max-width:100%;
  padding-left:30px;
  padding-right:30px;
  }
      

          }
          
        
        
      
      
  .eCSSxa {
    color:var(--mr-black, #030314);
  width:100%;
  font-size:2.25rem;
  text-align:center;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  white-space:normal;
  }
      

      
          @media (max-width: 480px) {
            
  .eCSSxa {
    font-size:var(--font-size-xl);
  line-height:20px;
  }
      

          }
          
        
        
      
      
  .coVNyJ {
    gap:50px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .coVNyJ {
    gap:0px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .coVNyJ {
    width:100%;
  }
      

          }
          
        
        
      
      
  .eykKoj {
    gap:50px;
  width:100%;
  max-width:1270px;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .eykKoj {
    width:100%;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .eykKoj {
    width:100%;
  align-items:center;
  padding-left:30px;
  padding-right:30px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .arNun {
    color:var(--white, #ffffff);
  font-size:var(--font-size-xl);
  text-align:center;
  font-weight:700;
  }
      

      
        
        
      
      
  .dfHSEy {
    gap:32px;
  flex:1;
  color:var(--white, #ffffff);
  min-width:12rem;
  box-shadow:0px 4px 8px 0px #0000001a;
  align-items:center;
  font-family:'Poppins';
  padding-top:1.5rem;
  padding-left:1.5rem;
  border-radius:1rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:start;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
        
        
      
      
  .bNQEaV {
    gap:1.5rem;
  width:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .bNQEaV {
    width:100%;
  flex-wrap:wrap;
  align-items:start;
  padding-left:30px;
  padding-right:30px;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 480px) {
            
  .bNQEaV {
    width:100%;
  padding-left:15px;
  padding-right:15px;
  }
      

          }
          
        
        
      
      
  .cIZqEV {
    gap:0.5rem;
  width:100%;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .eTiHrh {
    color:var(--grey-50, #FAFAFA);
  width:5rem;
  height:5rem;
  display:flex;
  font-size:1rem;
  align-items:center;
  border-radius:99px;
  flex-direction:column;
  justify-content:center;
  background-color:#0a59de;
  }
      

      
          @media (max-width: 480px) {
            
  .eTiHrh {
    width:3rem;
  height:3rem;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .eTiHrh {
    width:2.5rem;
  height:2.5rem;
  text-align:center;
  }
      

          }
          
        
        
      
      
  .dgPUZY {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-sm);
  font-weight:var(--font-weight-lighter);
  }
      

      
          @media (max-width: 480px) {
            
  .dgPUZY {
    text-align:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .dgPUZY {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .cOjGvS {
    flex:1;
  }
      

      
          @media (max-width: 360px) {
            
  .cOjGvS {
    width:100%;
  }
      

          }
          
        
        
      
      
  .fizMIR {
    color:var(--white, #ffffff);
  width:2rem;
  height:2rem;
  }
      

      
          @media (max-width: 480px) {
            
  .fizMIR {
    width:1.5rem;
  height:1.5rem;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .fizMIR {
    width:1.5rem;
  height:1.5rem;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bcHnmV {
    gap:2rem;
  flex:1;
  color:var(--white, #ffffff);
  width:100%;
  flex-wrap:wrap;
  box-shadow:0px 4px 8px 0px #0000001a;
  align-items:center;
  font-family:'Poppins';
  padding-top:1.5rem;
  padding-left:1.5rem;
  border-radius:1rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:start;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
          @media (max-width: 480px) {
            
  .bcHnmV {
    width:100%;
  padding-left:0px;
  padding-right:0px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bcHnmV {
    width:100%;
  flex-wrap:wrap;
  align-items:center;
  padding-top:1.5rem;
  padding-left:45px;
  padding-right:45px;
  padding-bottom:1.5rem;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .elUyhC {
    gap:30px;
  align-items:center;
  padding-left:30px;
  padding-right:30px;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .elUyhC {
    gap:20px;
  width:100%;
  align-items:center;
  padding-top:30px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:30px;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .elUyhC {
    width:100%;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .cCKlxW {
    color:var(--mr-text-grey, #70798B);
  font-size:1rem;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:2rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--white, #ffffff);
  }
      

      
  .cCKlxW:focus {
    outline-color:var(--blue-600, #2563EB);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .bjpsLb {
    gap:10px;
  padding-top:30px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:30px;
  border-bottom-color:var(--white, #ffffff);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 480px) {
            
  .bjpsLb {
    width:100%;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:20px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bjpsLb {
    padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
  }
      

          }
          
        
        
      
      
  .ffdugw {
    color:var(--mr-blue, #0A65FF);
  display:inline-block;
  font-weight:400;
  }
      

      
          @media (max-width: 480px) {
            
  .ffdugw {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .faPhRj {
    flex-wrap:wrap;
  }
      

      
          @media (max-width: 480px) {
            
  .faPhRj {
    flex:1;
  width:80%;
  align-items:start;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .feJJFR {
    color:var(--mr-blue, #0A65FF);
  width:2rem;
  height:2rem;
  }
      

      
        
        
      
      
  .bqQlDu {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:300;
  }
      

      
          @media (max-width: 480px) {
            
  .bqQlDu {
    font-size:var(--font-size-xs);
  }
      

          }
          
        
        
      
      
  .uqnYf {
    color:var(--mr-text-grey, #70798B);
  width:100%;
  height:192px;
  padding:8px;
  font-size:var(--font-size-base);
  border-radius:15px;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .RExzT {
    gap:30px;
  flex-wrap:wrap;
  }
      

      
          @media (max-width: 480px) {
            
  .RExzT {
    flex-wrap:wrap;
  align-items:start;
  padding-left:10px;
  padding-right:10px;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .RExzT {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dBHQiN {
    color:var(--lime-500, #84CC16);
  right:15px;
  bottom:20px;
  position:absolute;
  font-size:var(--font-size-sm);
  font-family:'Poppins';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
          @media (max-width: 480px) {
            
  .dBHQiN {
    top:0px;
  right:0px;
  position:relative;
  margin-top:20px;
  }
      

          }
          
        
        
      
      
  .dRFWhv {
    gap:20px;
  width:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (max-width: 360px) {
            
  .dRFWhv {
    width:100%;
  }
      

          }
          
        
        
      
      
  .ebWxnJ {
    color:var(--mr-black, #030314);
  display:inline-block;
  font-size:1.25rem;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 480px) {
            
  .ebWxnJ {
    text-align:center;
  }
      

          }
          
        
        
      
      
  
      

      
          @media (max-width: 480px) {
            
  .dpxDPH {
    flex:1;
  width:10%;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .dpxDPH {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .fyfaTe {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
          @media (max-width: 480px) {
            
  .fyfaTe {
    position:relative;
  }
      

          }
          
        
        
      
      
  .eYhhyg {
    gap:20px;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .eYhhyg {
    width:100%;
  align-items:center;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 480px) {
            
  .eYhhyg {
    gap:5px;
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bThjqV {
    gap:20px;
  width:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bMIkOn {
    align-items:start;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .bMIkOn {
    align-items:center;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 480px) {
            
  .bMIkOn {
    align-items:start;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bXUrqY {
    gap:20px;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .bXUrqY {
    gap:5px;
  width:100%;
  flex-direction:row;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bXUrqY {
    align-items:center;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .csjUdD {
    color:inherit;
  font-size:var(--font-size-2xl);
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 480px) {
            
  .csjUdD {
    text-align:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .csjUdD {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .HUAur {
    cursor:pointer;
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:300;
  }
      

      
          @media (max-width: 480px) {
            
  .HUAur {
    font-size:var(--font-size-xs);
  text-align:center;
  font-family:'Poppins';
  white-space:normal;
  }
      

          }
          
        
        
      
      
  .ccRKeu {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-lg);
  }
      

      
          @media (max-width: 480px) {
            
  .ccRKeu {
    font-size:var(--font-size-base);
  }
      

          }
          
        
        
      
      
  .eeNnnr {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-lg);
  }
      

      
          @media (max-width: 480px) {
            
  .eeNnnr {
    font-size:var(--font-size-base);
  }
      

          }
          

          @media (max-width: 768px) {
            
  .eeNnnr {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .bSskAP {
    color:var(--grey-50, #FAFAFA);
  width:fit-content;
  cursor:pointer;
  font-size:1rem;
  margin-top:1rem;
  font-weight:var(--font-weight-semi-bold);
  padding-top:1rem;
  padding-left:1rem;
  border-radius:99px;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
  .bSskAP:hover {
    background-color:var(--mr-hover-black, #060632);
  }
      


  .bSskAP:focus-visible {
    outline-color:var(--blue-600, #2563EB);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  
      

      
          @media (max-width: 768px) {
            
  .eDCeIT {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 480px) {
            
  .eDCeIT {
    width:20%;
  align-items:start;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .btgqmi {
    color:var(--grey-50, #FAFAFA);
  width:5rem;
  height:5rem;
  display:flex;
  font-size:1rem;
  align-items:center;
  border-radius:99px;
  flex-direction:column;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
          @media (max-width: 480px) {
            
  .btgqmi {
    width:3rem;
  height:3rem;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .btgqmi {
    width:2.5rem;
  height:2.5rem;
  }
      

          }
          
        
        
      
      
  .cMMyyC {
    gap:2rem;
  flex:2;
  flex-wrap:wrap;
  align-items:start;
  font-family:'Poppins';
  padding-top:1.5rem;
  padding-left:1.5rem;
  border-radius:1rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  .cMMyyC {
    width:100%;
  padding-left:0px;
  padding-right:0px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .cMMyyC {
    width:100%;
  }
      

          }
          
        
        
      
      
  .lZvJI {
    gap:20px;
  width:100%;
  flex-wrap:wrap;
  }
      

      
          @media (max-width: 360px) {
            
  .lZvJI {
    width:100%;
  flex-wrap:wrap;
  }
      

          }
          
        
        
      
      
  .evZmJe {
    width:50%;
  }
      

      
          @media (max-width: 480px) {
            
  .evZmJe {
    gap:5px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .evZmJe {
    width:100%;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .EsnGt {
    gap:15px;
  width:100%;
  flex-wrap:wrap;
  align-items:start;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .EsnGt {
    width:100%;
  display:flex;
  align-items:center;
  padding-left:15px;
  padding-right:15px;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .EsnGt {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bZIMYk {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  z-index:1;
  position:fixed;
  }
      

      
        
        
      
      
  .bsIQqE {
    flex:1;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .biHXv {
    width:30px;
  height:30px;
  }
      

      
        
        
      
      
  .cijXhk {
    color:var(--white, #ffffff);
  width:100%;
  cursor:pointer;
  height:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cPSRTW {
    left:0px;
  width:100%;
  height:100vh;
  z-index:4;
  position:fixed;
  max-width:100%;
  background-color:var(--mr-black, #030314);
  border-right-color:var(--grey-200, #edededff);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (min-width: 800px) {
            
  .cPSRTW {
    left:0px;
  width:100%;
  position:fixed;
  }
      

          }
          

          @media (max-width: 480px) {
            
  .cPSRTW {
    width:100%;
  }
      

          }
          
        
        
      
      
  .bfzmzg {
    align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .chlxru {
    gap:24px;
  width:100%;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  background-color:var(--mr-black, #030314);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .bFnxjw {
    align-items:start;
  padding-left:35px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ddVTuX {
    flex:1;
  flex-direction:column;
  }
      

      
        
        
      
      
  .eRMkiv {
    color:var(--white, #ffffff);
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dCeTnE {
    display:flex;
  z-index:;
  position:relative;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:column;
  padding-bottom:20px;
  background-color:var(--mr-black, #030314);
  }
      

      
        
        
      
      
  .bWNQF {
    gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .ctMRIm {
    gap:15px;
  color:var(--white, #ffffff);
  width:100%;
  align-items:start;
  font-family:'Poppins';
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .breTaQ {
    color:var(--white, #ffffff);
  cursor:pointer;
  align-items:end;
  padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
        
        
      
      
  .cyaCma {
    flex:1;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .PXihh {
    width:100%;
  background-color:var(--mr-black, #030314);
  }
      

      
          @media (max-width: 768px) {
            
  .PXihh {
    width:100%;
  flex-wrap:nowrap;
  flex-direction:row;
  }
      

          }
          

          @media (max-width: 360px) {
            
  .PXihh {
    width:100%;
  flex-wrap:nowrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .fqdGZv {
    flex:2;
  align-items:start;
  font-family:'Poppins';
  padding-top:50px;
  padding-bottom:50px;
  background-size:contain;
  justify-content:center;
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/microrede:Vector(1).png/full");
  background-repeat: no-repeat;
  background-position:center center;
  }
      

      
          @media (max-width: 480px) {
            
  .fqdGZv {
    align-items:center;
  padding-top:10px;
  padding-bottom:10px;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .cSGDXa {
    width:100%;
  max-width:1270px;
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:start;
  border-radius:15px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
          @media (max-width: 480px) {
            
  .cSGDXa {
    flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .cSGDXa {
    width:100%;
  align-items:center;
  padding-left:30px;
  padding-right:30px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dHwGeZ {
    color:inherit;
  display:inline-block;
  }
      

      
          @media (max-width: 480px) {
            
  .dHwGeZ {
    font-size:var(--font-size-sm);
  text-align:center;
  }
      

          }
          
        
        
      
      
  .bVPLhl {
    width:100%;
  display:flex;
  font-family:'Poppins';
  flex-direction:column;
  }
      

      
          @media (max-width: 768px) {
            
  .bVPLhl {
    width:100%;
  }
      

          }
          
        
        
      
      
  .frTYx {
    width:100%;
  position:absolute;
  flex-direction:row;
  }
      

      
          @media (min-width: 801px) {
            
  .frTYx {
    display:none;
  }
      

          }
          
        
        
      
      
  .ewZHnQ {
    color:var(--white, #ffffff);
  font-size:0.875rem;
  text-align:center;
  font-weight:400;
  line-height:1.25rem;
  }
      

      
        
        
      
      
  
      

      
          @media (max-width: 480px) {
            
  .bZKaOx {
    width:100%;
  align-items:center;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bNFjVH {
    gap:50px;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 480px) {
            
  
      

          }
          
        
        
      
      
  .fzdeqE {
    color:inherit;
  }
      

      
          @media (max-width: 480px) {
            
  .fzdeqE {
    font-size:var(--font-size-sm);
  }
      

          }
          
        
        
      
      
  .eIiycW {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  font-family:'Poppins';
  padding-top:15px;
  padding-left:20px;
  border-radius:99px;
  padding-right:20px;
  padding-bottom:15px;
  background-color:var(--mr-black, #030314);
  }
      

      
  .eIiycW:hover {
    background-color:var(--mr-hover-black, #060632);
  }
      

        
        
      
      
  .dAnpec {
    gap:32px;
  flex:1;
  color:var(--white, #ffffff);
  min-width:12rem;
  box-shadow:0px 4px 8px 0px #0000001a;
  align-items:center;
  font-family:'Poppins';
  padding-top:1.5rem;
  padding-left:1.5rem;
  border-radius:1rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:start;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
          @media (max-width: 480px) {
            
  .dAnpec {
    width:100%;
  min-width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dYVPbJ {
    width:100%;
  align-items:center;
  padding-top:150px;
  padding-bottom:150px;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
          @media (max-width: 768px) {
            
  .dYVPbJ {
    width:100%;
  align-items:center;
  padding-top:100px;
  padding-bottom:100px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .ewOlXe {
    gap:35px;
  flex:1;
  width:100%;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  }
      

      
          @media (max-width: 480px) {
            
  .ewOlXe {
    width:100%;
  min-width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bFouXr {
    gap:10px;
  min-width:250px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .dBOoag {
    font-size:var(--font-size-2xl);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .dafyXI {
    color:var(--white, #ffffff);
  padding-top:15px;
  padding-left:15px;
  border-radius:20px;
  padding-right:15px;
  padding-bottom:15px;
  background-color:var(--corFundo, #0A65FF);
  }
      

      
  
      

        
        
      
      
  
      

      
        
        
      
      
  .czSkry {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
          @media (max-width: 480px) {
            
  .czSkry {
    text-align:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .czSkry {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .cisFYO {
    font-size:var(--font-size-base);
  }
      

      
          @media (max-width: 480px) {
            
  .cisFYO {
    text-align:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .cisFYO {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .fzlJxb {
    gap:5px;
  }
      

      
        
        
      
      
  .bEKXAx {
    width:100%;
  flex-wrap:wrap;
  max-width:1270px;
  align-items:start;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .bEKXAx {
    width:100%;
  align-items:center;
  padding-left:30px;
  padding-right:30px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bQFNve {
    flex-wrap:wrap;
  align-items:start;
  margin-right:20px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  
      

          }
          
        
        
      
      
  .fFPPqz {
    color:var(--grey-700, #404040);
  font-size:var(--font-size-sm);
  line-height:18px;
  }
      

      
          @media (max-width: 480px) {
            
  .fFPPqz {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .HgcSF {
    color:inherit;
  font-size:2.25rem;
  font-weight:var(--font-weight-bold);
  line-height:32px;
  }
      

      
          @media (max-width: 480px) {
            
  .HgcSF {
    text-align:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .HgcSF {
    text-align:center;
  }
      

          }
          
        
        
      
      
  .bWLXxQ {
    flex:1;
  width:100%;
  height:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .bWLXxQ {
    width:100%;
  align-items:start;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dUoCBU {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  padding-top:14px;
  padding-left:20px;
  border-radius:99px;
  padding-right:20px;
  padding-bottom:14px;
  background-color:var(--grey-900, #171717);
  }
      

      
  .dUoCBU:hover {
    background-color:var(--mr-hover-black, #060632);
  }
      

        
        
      
      
  .bQDhKd {
    flex:3;
  flex-wrap:wrap;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:start;
  }
      

      
          @media (max-width: 769px) {
            
  .bQDhKd {
    flex:1;
  flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 361px) {
            
  .bQDhKd {
    min-width:100%;
  }
      

          }
          
        
        
      
      
  .dsYJcr {
    gap:35px;
  width:100%;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fvFqUI {
    gap:1.5rem;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (max-width: 480px) {
            
  .fvFqUI {
    width:100%;
  flex-wrap:wrap;
  align-items:center;
  padding-left:20px;
  padding-right:20px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dGVAWu {
    gap:32px;
  flex:1;
  color:var(--mr-black, #030314);
  min-width:12rem;
  box-shadow:0px 4px 8px 0px #0000001a;
  align-items:center;
  font-family:'Poppins';
  padding-top:1.5rem;
  padding-left:1.5rem;
  border-radius:1rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:center;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
        
        
      
      
  .eLINhR {
    color:inherit;
  width:40%;
  font-size:2.25rem;
  text-align:left;
  font-weight:500;
  white-space:normal;
  }
      

      
          @media (max-width: 480px) {
            
  .eLINhR {
    width:100%;
  font-size:var(--font-size-3xl);
  text-align:center;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .eLINhR {
    width:100%;
  text-align:center;
  }
      

          }
          
        
        
      
      
  .ecGAnh {
    color:inherit;
  font-family:inherit;
  }
      

      
        
        
      
      
  .bKNOHG {
    width:100%;
  align-items:center;
  padding-top:100px;
  padding-bottom:100px;
  background-size:contain;
  justify-content:start;
  background-color:var(--mr-blue, #0A65FF);
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/microrede:alarme_intru.png/full");
  background-repeat: no-repeat;
  background-position:right;
  }
      

      
          @media (max-width: 480px) {
            
  .bKNOHG {
    width:100%;
  flex-wrap:wrap;
  max-width:100%;
  align-items:center;
  padding-top:30px;
  padding-bottom:30px;
  justify-content:start;
  background-color:var(--mr-blue, #0A65FF);
  background-image:url("none");
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bKNOHG {
    width:100%;
  align-items:center;
  justify-content:start;
  background-color:var(--mr-blue, #0A65FF);
  background-image:url("");
  }
      

          }
          
        
        
      
      
  .eGOlgb {
    color:var(--mr-blue, #0A65FF);
  display:inline-block;
  font-size:var(--font-size-base);
  font-weight:400;
  }
      

      
        
        
      
      
  .dfSGMY {
    flex:4;
  color:var(--white, #ffffff);
  font-family:'Poppins';
  }
      

      
          @media (max-width: 480px) {
            
  .dfSGMY {
    gap:10px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .dfSGMY {
    flex:3;
  }
      

          }
          
        
        
      
      
  .fmVzXm {
    right:20px;
  bottom:150px;
  display:flex;
  z-index:5;
  position:fixed;
  flex-direction:column;
  }
      

      
        
        
      
      
  .iSygS {
    color:var(--white, #ffffff);
  width:4rem;
  cursor:pointer;
  height:4rem;
  display:flex;
  font-size:inherit;
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  border-radius:99px;
  flex-direction:column;
  justify-content:center;
  background-color:#25D366;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fxcWow {
    gap:1rem;
  flex:1;
  min-width:12rem;
  align-items:start;
  font-family:'Poppins';
  padding-top:1.5rem;
  padding-left:1.5rem;
  border-radius:1rem;
  padding-right:1.5rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  justify-content:start;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
        
      
      
  .fnoAnX {
    color:var(--grey-50, #FAFAFA);
  width:3rem;
  height:3rem;
  display:flex;
  font-size:1rem;
  align-items:center;
  border-radius:99px;
  flex-direction:column;
  justify-content:center;
  background-color:var(--mr-blue, #0A65FF);
  }
      

      
        
        
      
      
  .fqedEX {
    color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .YDuMV {
    color:var(--mr-text-grey, #70798B);
  font-size:var(--font-size-xxs);
  font-weight:var(--font-weight-regular);
  line-height:1.25rem;
  }
      

      
        
        
      
      
  .fdHvxw {
    color:var(--mr-black, #030314);
  font-size:1rem;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .lVsez {
    color:var(--mr-blue, #0A65FF);
  display:inline-block;
  font-size:var(--font-size-base);
  text-align:center;
  font-weight:400;
  }
      

      
        
        
      
      
  .cHnqKE {
    gap:1.5rem;
  flex:1;
  width:1270px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (max-width: 480px) {
            
  .cHnqKE {
    width:100%;
  flex-wrap:wrap;
  padding-left:20px;
  padding-right:20px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .cHnqKE {
    width:100%;
  }
      

          }
          
        
        
      
      
  .vHKdV {
    width:100%;
  flex-wrap:wrap;
  align-items:center;
  padding-left:30px;
  padding-right:30px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 480px) {
            
  .vHKdV {
    gap:20px;
  align-items:center;
  padding-top:30px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:30px;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .vHKdV {
    width:100%;
  flex-wrap:wrap;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      